#achievements-section .sec-containers {
    height: calc(100vh - 94.17px);
    display: flex;
    align-items: center;

}

#achievements-section h3 {
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -30px;
    color: #084298;
    font-size: 35px;
    padding-bottom: 30px;
}

#achievements-section h3::after {
    content: '';
    position: absolute;
    bottom: 20px;
    height: 3px;
    width: 5%;
    background-color: red;
    left: 50%;
    transform: translate(-50%);
}

#achievements-section .academic-section {
    /* background-color: #6c757d; */
    position: relative;
    z-index: 0;
}

#achievements-section .sport-section {
    background-color: rgba(243, 237, 237, 0.995);
    position: relative;
    z-index: 0;
}

#achievements-section .co-corriculam-sec {
    /* background-color: #0dcaf0; */
    position: relative;
    z-index: 0;
}

.sec-containers .content-cards {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 50px 40px;
    /* position: absolute; */
    background-color: white;
    margin-left: -60px;
    position: relative;
    /* z-index: 1; */
    width: 95%;
    margin-top: 70px;
    position: relative;
}

.sport-section .content-cards {
    padding: 70px 50px;

}

.co-curricular-sec .content-cards {
    padding: 110px 50px;

}

.sec-containers .content-cards::after {
    content: "";
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background-color: green;
    position: absolute;
    top: -97px;
    right: -93px;
    z-index: -1;
}

.sec-containers .content-cards::before {
    content: "";
    height: 300px;
    width: 650px;
    background-color: green;
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.content-cards .content-card-button {
    background-color: transparent;
    color: white;
    padding: 10px 39px;
    margin: 20px 0px;
    display: block;
    width: fit-content;
    color: black;
    border: 3px solid #008000;
    font-weight: bold;
}

.sports-sec .content-cards .content-card-button {
    border: 3px solid #084298;
}

.co-curricular-sec .content-cards .content-card-button {
    border: 3px solid #6c757d;
}

.sec-containers .content-cards h2 {
    font-weight: bold;
    /* margin-bottom: 20px; */
    color: #e92e28;
    position: relative;
    width: fit-content;
    font-size: 26px;
}

.sec-containers .content-cards h2::before {
    content: " ";
    height: 3px;
    width: 50%;
    background-color: #084298;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.sec-containers .content-cards p {
    line-height: 30px;
    margin: 25px 0;
    text-align: justify;
}

.circle-img-container img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    filter: grayscale(1);
}

.circle-img-container {
    position: relative;
    left: -55px;
    bottom: 92px;

}

#achievements-section .content-card-left-side .content-cards {
    margin-left: 83px;
}

#achievements-section .content-card-left-side .sec-containers .content-cards::after {
    content: "";
    background-color: #084298;
    position: absolute;
    top: -97px;
    left: -96px;
}

#achievements-section .content-card-left-side .circle-img-container {

    position: relative;
    left: 443px;
    bottom: 91px;
    width: fit-content;

}

#achievements-section .content-card-left-side .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

#achievements-section .sports-sec .content-cards::before {
    background-color: #084298;
}

#achievements-section .sports-sec .content-cards::after {
    background-color: #084298;
}

#achievements-section .co-curricular-sec .content-cards::before {
    background-color: #6c757d;
}

#achievements-section .co-curricular-sec .content-cards::after {
    background-color: #6c757d;
}

#achievements-section .carousel-indicators [data-bs-target] {

    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e9ecef;
    border: 2px solid #212529;
    opacity: 1;
}

#achievements-section .carousel-indicators .active {
    opacity: 1;
    background-color: #008000;
}

/* -------------------------Responsive-------------------------- */
@media screen and (max-width:1680px) {
    #achievements-section h3 {
        top: -18px;
        color: #084298;
    }
}

@media screen and (max-width:1600px) {
    #achievements-section .sec-containers {
        height: auto;
        display: flex;
        align-items: center;
        padding: 50px 0 75px 0;
    }
}

@media screen and (max-width:1366px) {

    #achievements-section .academic-section .sec-containers {
        padding: 50px 0 110px 0;
    }

    #achievements-section .sport-section .sec-containers {
        padding: 50px 0 100px 0;
    }

    #achievements-section .co-corriculam-container .sec-containers {
        padding: 50px 0 0px 0;
    }

    .sec-containers .content-cards {
        padding: 30px 50px 30px;
    }

    .sec-containers .content-cards p {
        line-height: 25px;

    }

    .sec-containers .content-cards::after {
        height: 220px;
        width: 220px;
    }

    .sec-containers .content-cards::before {
        height: 300px;
        width: 550px;
    }

    #achievements-section .content-card-left-side .circle-img-container {
        left: 370px;
    }



}

@media screen and (max-width:1200px) {
    .circle-img-container {
        left: -38px;
    }

    #achievements-section .content-card-left-side .circle-img-container {
        left: 370px;
    }
}

@media screen and (max-width:1199px) {
    .sec-containers .content-cards {
        width: 118%;

    }

    #achievements-section .content-card-left-side .circle-img-container {
        left: 295px;
    }

    #achievements-section .co-corriculam-container .sec-containers {
        padding: 50px 0 45px 0;
    }
}

@media screen and (max-width:1152px) {
    .sec-containers .content-cards p {
        font-size: 16px;
    }

    .sec-containers .content-cards h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:992px) {
    .circle-img-container {
        left: -20px;
        bottom: 65px;
    }
}

@media screen and (max-width:991px) {
    #achievements-section h3 {
        top: -40px;
    }

    #achievements-section h3::after {
        width: 10%;
    }

    .sec-containers .content-cards {
        margin-left: 0px;

    }

    #achievements-section .academic-section {
        padding: 50px 0 50px 0;
    }

    #achievements-section .sport-section {
        padding: 80px 0 50px 0;
    }

    #achievements-section .co-corriculam-container {
        padding: 80px 0 50px 0;
    }

    #achievements-section .academic-section .sec-containers {
        padding: 50px 0 0 0;
    }

    #achievements-section .sport-section .sec-containers {
        padding: 50px 0 0 0;
    }

    #achievements-section .co-corriculam-container .sec-containers {
        padding: 50px 0 0 0;
    }

    .circle-img-container {
        position: unset;
        display: none;
    }

    .sec-containers .content-cards {
        width: 100%;
        margin-top: 0;
    }

    .sec-containers .content-cards::before {
        height: 200px;
        width: 825px;
    }

    .sec-containers .row .column_order {
        order: 1;
    }

    #achievements-section .sec-containers {
        padding: 0 0 0;
    }


    #achievements-section .corousel-container {
        margin-top: 95px;
    }

    #achievements-section .content-card-left-side .content-cards {
        margin-left: 0;
    }





}

@media screen and (max-width:768px) {
    #achievements-section .corousel-container {
        margin-top: 60px;
    }

    .sec-containers .content-cards::before {
        height: 200px;
        width: 730px;
        bottom: -20px;
    }

    .sec-containers .content-cards::after {
        height: 200px;
        width: 200px;
        right: -28px;
    }

    #achievements-section .content-card-left-side .sec-containers .content-cards::after {
        top: -100px;
        left: -35px;
    }

}

@media screen and (max-width:767px) {

    .sec-containers .content-cards::after {
        height: 200px;
        width: 200px;
        right: -78px;
    }

    #achievements-section .content-card-left-side .sec-containers .content-cards::after {
        top: -100px;
        left: -88px;
    }

}

@media screen and (max-width:600px) {
    .sec-containers .content-cards::before {
        width: 110%;
    }

    .sec-containers .content-cards::after {
        height: 150px;
        width: 150px;
        right: -38px;
        top: -60px;
    }

    #achievements-section .content-card-left-side .sec-containers .content-cards::after {
        top: -70px;
        left: -38px;
    }

    #achievements-section .academic-section {
        padding: 30px 0 40px 0;
    }

    #achievements-section .sport-section {
        padding: 50px 0 40px 0;
    }

    #achievements-section .co-corriculam-container {
        padding: 50px 0 40px 0;
    }

    #achievements-section .corousel-container {
        margin-top: 40px;
    }
}

@media screen and (max-width:576px) {
    .sec-containers .content-cards::after {
        height: 150px;
        width: 150px;
        right: -28px;
    }

    #achievements-section .content-card-left-side .sec-containers .content-cards::after {
        top: -78px;
        left: -26px;
    }
}

@media screen and (max-width:575px) {
    .sec-containers .content-cards {
        width: 90%;
        margin: auto;
    }

    .sec-containers .content-cards::before {
        width: 110%;
    }

    .sec-containers .content-cards::after {
        right: -30px;
        top: -60px
    }

    #achievements-section .content-card-left-side .content-cards {
        margin-left: 0;
        margin: auto;
    }

    #achievements-section .carousel {
        position: relative;
        width: 90%;
        margin: auto;
    }

    #achievements-section .content-card-left-side .sec-containers .content-cards::after {
        top: -60px;
        left: -26px;
    }

    #achievements-section .sport-section {
        padding: 40px 0 40px 0;
    }

    #achievements-section .co-corriculam-container {
        padding: 40px 0 40px 0;
    }

}

@media screen and (max-width:432px) {
    #achievements-section h3 {
        font-size: 30px;
    }

    #achievements-section h3::after {
        width: 15%;
    }

    .sec-containers .content-cards h2 {
        font-size: 25px;
    }

    .sec-containers .content-cards {
        padding: 25px 20px 25px;
    }

    .sec-containers .content-cards::after {
        height: 120px;
        width: 120px;

    }
}

@media screen and (max-width:425px) {
    
    #achievements-section .academic-section {
        padding: 10px 0 20px 0;
    }
    #achievements-section .corousel-container {
        margin-top: 30px;
    }
    #achievements-section .sport-section {
        padding: 20px 0 20px 0;
    }
    #achievements-section .co-corriculam-container {
        padding: 20px 0 20px 0;
    }
    .content-cards .content-card-button {
         padding: 8px 25px;
       
    }

}

@media screen and (max-width:400px) {
    .sec-containers .content-cards {
        width: 95%;
      
    }
    #achievements-section h3 {
        font-size: 25px;
        padding-bottom: 5px;
    }
    .sec-containers .content-cards h2 {
        font-size: 20px;
    }
    #achievements-section h3::after {
       bottom: -4px;
    }
    #achievements-section .content-card-left-side .sec-containers .content-cards::after {
        top: -40px;
        left: -18px;
    }
    #achievements-section .sport-section {
        padding: 10px 0 20px 0;
    }
    #achievements-section .co-corriculam-container {
        padding: 10px 0 20px 0;
    }
    .sec-containers .content-cards::after {
        right: -20px;
        top: -40px;
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width:385px) {
    #achievements-section h3 {
        font-size: 25px;
    }

    .sec-containers .content-cards h2 {
        font-size: 20px;
    }

    .sec-containers .content-cards p {
        font-size: 15px;
    }

    .content-cards .content-card-button {
        padding: 8px 25px;

    }
}

@media screen and (max-width:360px) {
    #achievements-section .academic-section {
        padding: 10px 0 15px 0;
    }
    #achievements-section .sport-section {
        padding: 10px 0 15px 0;
    }
    #achievements-section .co-corriculam-container {
        padding: 10px 0 15px 0;
    }
}
@media screen and (max-width:320px) {

    .sec-containers .content-cards::after {
        right: -25px;
        top: -45px;
    }
}

